projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3691e05
)
(info): Run man in build dir, not srcdir.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Mar 1998 05:20:39 +0000
(
05:20
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Mar 1998 05:20:39 +0000
(
05:20
+0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 78de8cfea416abc80f8ff4b78d136604171157de..bb7b49ec98e03c63f3ae4b2ff4dd7c7368507f6e 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-570,6
+570,9
@@
dist:
.PHONY: info dvi dist check
force-info:
info: force-info
- (cd ${srcdir}/man; $(MAKE) $(MFLAGS) info)
+ # Note that man/Makefile knows how to
+ # put the info files in $(srcdir),
+ # so we can do ok running make in the build dir.
+ (cd man; $(MAKE) $(MFLAGS) info)
dvi:
(cd man; $(MAKE) $(MFLAGS) dvi)